radio button - translation to English
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

radio button - translation to English

GRAPHICAL USER INTERFACE CONTROL ELEMENT
Radio button (computing); Radio buttons; Radial button; Radiobutton; Radio Button; 🔘; Option button
  • A radio with a row of five pop-out buttons
  • Four options on a radio button. When a new option is chosen, the previously chosen option is unselected.

radio button         
expression
botón m tipo radio
radio button         
Botón de radio, Botón de elección, Botón en una caja de diálogo en ventanas que permite la elección dentro de un número de posibilidades
radio button         
(n.) = botón de selección
Ex: The questionnaire takes the form of 15 or so radio buttons, one of which has to be checked in order to proceed.

Definition

Radioreceptor
un receptor de estímulos producidos por la energía radiante como la luz o el calor. Un receptor que puede unirse a un radioligando o a una ligando no radioactivo

Wikipedia

Radio button

A radio button or option button is a graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options. The singular property of a radio button makes it distinct from checkboxes, where the user can select and unselect any number of items.

Radio buttons are arranged in groups of two or more and displayed on screen as, for example, a list of circular holes that can contain white space (for unselected) or a dot (for selected). Each radio button is normally accompanied by a label describing the choice that the radio button represents. The choices are mutually exclusive; when the user selects a radio button, any previously selected radio button in the same group becomes deselected (making it so only one can be selected). Selecting a radio button is done by clicking the mouse on (or touching the screen over) the button, or the caption, or by using a keyboard shortcut.

It is possible that initially none of the radio buttons in a group are selected. This unselected state cannot be restored by interacting with the radio button widget, though it may be possible through other user interface elements. When used in an HTML form, if no button in a group is checked, then no name–value pair is passed when the form is submitted. For example, for a radio button group named Sex with the options Male and Female, the variable Sex would not be passed, even with a blank value.